Visual WX-C Designer is a GUI Designer for the wxWdigets Wrapper WX-C, shipped with wx.NET project.
It generates code in FreeBASIC syntax. It also supports XML import and export of GUI forms.

The designer is based on wx-c 0.7.2, its ouput on wx-c 0.9.2. However, the designer will be updated
in near future.

The file "wx.chm" in help-Dir is a helpfile provided with wxWidgets 2.8.12 - the best documentation I got.


For Windows:
-------------
Just put the wx-c.dll in the same folder as the Visual_WX-C_Designer.exe,
the wx-c-0-9-0-2.dll in your programs folder.

Copy the "libwx-c-0-9-0-2.dll.a" in "lib/win32" to your FreeBASIC installation path in the same Dir.


For Linux:
-----------
The following libraries are required yb the designer:
 - libstdc++5
 - libtiff3 or a symbolic link to libtiff4

To create the symbolic link enter the following lines (as root) in a command shell:
  cd /usr/lib
  ln -s libtiff.so.4 libtiff.so.3

If you want to compile your programs you have to manually install the included libraries
in the "lib/linux" folder. To do so copy the files to e.g. "/usr/lib" using the following commands (as root):
  cd lib/linux/wx-c 0.7.2
  cp *.so* /usr/lib
  cd lib/linux/wx-c 0.9.2
  cp *.so* /usr/lib

If you just want to start a program, the shellscript should do the job.


Installation of the new header:
--------------------------------
FreeBASIC comes with the old wx-c header. Copy the "wx-c 0.9.2" folder to your FreeBASIC
installation path in the "inc"-Dir